home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / bbs / trionbbs100.lha / Trion / scripts / PollHub < prev    next >
AmigaDOS Script File  |  1997-05-11  |  580b  |  33 lines

  1. .key node
  2. .def node=14:103/2
  3.  
  4.  
  5. ;;; Script to poll your host/hub and disconnect the user if online.
  6. ;;; (Poll always even if there is no mail for the other system)
  7.  
  8.  
  9. trion -m -1 "You will be disconnected in 2 minutes for a mail call."
  10.  
  11. wait 60
  12.  
  13. trion -m -1 "You will be disconnected in a minute for a mail call."
  14.  
  15. wait 60
  16.  
  17. trion -m -1 "You are disconnected for a mail call."
  18. trion -l -1
  19.  
  20. wait 10
  21.  
  22. poll <node>
  23.  
  24. ;;;   trion -c -1 <node>          ;call  1x
  25. ;;;   caller <node>              ;call 10x
  26.  
  27.  
  28. caller <node> -N5 -D180          ;5 tries, 3 minutes delay, node 1
  29.  
  30.  
  31. lastcallers
  32.  
  33.